@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto!important;
    width: 100% !important;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
}

.mNone,
.mobile_none {
    display: none !important;
}

body {
    font-family: "Microsoft YaHei";
    max-width: 750px;
    margin: 0 auto;
    background: #F7F7F7;
    box-shadow: 0 0 20px 0 #cccccc;
}

a {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

.clear:after {
    display: table;
    content: "";
    clear: both;
}

.img-cont img {
    display: block;
    width: 100%;
}

.detial {
    color: #a60712;
}


.logo {
    float: left;
    margin-top: .2rem;
    margin-left: .3rem;
}

.logo img {
    width: 4.53rem;
    height: auto;
    display: block;
}

.wrap {
    width: 100%;
    background: url(topbg_m.png) no-repeat;
    background-size: 100% 100%;
    height: 1.4rem;
    position: relative;
}

.top_bg {
    display: none;
}
.top_bg.active {
    display: block;
    position: absolute;
    width: 100%;
    height: 1.7rem;
    top: 1.4rem;
    left: 0;
    z-index: 1;
    background: url(top_navbg_m.png) repeat;
}
.top_bg .top_logo {
    display: block;
    float: left;
    width: 195px;
}

.top_bg .top_logo img {
    display: block;
    width: 100%;
}

.top_bg .top_links {
    font-size: .3rem;
    position: relative;
    padding: 0 .3rem;
    margin-top: .2rem;
}

.top_bg .top_links span {
    margin: 0 .3rem;
}

.wrapIn {
    width: 100%;
    position: relative;
}

.swiper-wrapper {
    width: 999999999px;
}

.swiper-pagination-switch {
    cursor: pointer;
    margin: 0 0.1rem;
}

.top {
    text-align: center;
    padding: 0.3rem;
    position: absolute;
    top: .2rem;
    width: 6.9rem;
    left: 0;
}

.top .search_box {
    width: 100%;
    height: 0.5rem;
    border: 1px solid #94c1d1;
    margin-top: 0.2rem;
    padding-bottom: 0.06rem;
    border-radius: 1rem;
}

.menu-btn {
    width: 0.36rem;
    height: 0.32rem;
    background: url(nav_open.png) no-repeat;
    background-size: 100% auto;
    float: right;
    margin-top: 0.32rem;
    margin-right: .5rem;
    transition: all 0.3s;
}

.menu-btn.active {
    background-image: url(nav_close.png);
    background-size: 100% auto;
    transition: all 0.3s;
}

.search_input {
    width: 84%;
    height: 0.5rem;
    line-height: 0.5rem;
    border: none;
    /* float: left; */
    font-size: 0.28rem;
    background: none;
    margin-top: .04rem;
}

.search_btn {
    width: 0.32rem;
    height: 0.32rem;
    background: url(search.gif) no-repeat center;
    background-size: 100% auto;
    float: right;
    margin-top: 0.13rem;
    margin-right: .3rem;
}

::-webkit-input-placeholder {
    color: #95c2d2;
}

.nav {
    width: 100%;
    position: absolute;
    display: none;
    z-index: 22;
    background: url(top_navbg_m.png) repeat;
    box-sizing: border-box;
    padding: 0.3rem;
    padding-top: .1rem;
    max-height: 0;
    transition: all 0.4s;
    margin-top: 3rem;
}

.nav.active {
    display: block;
    max-height: 37rem;
}

.nav span {
    display: none;
}

.nav .has-chil {
    max-height: .9rem;
    line-height: 0.9rem;
    color: #14A0C3;
    display: block;
    font-size: 0.32rem;
    text-align: left;
    /* font-weight: bold; */
    border-bottom: 1px solid #7eb2d0;
    overflow: hidden;
}

.nav a,
.chil-nav .chil-item h3 {
    height: 0.9rem;
    line-height: 0.9rem;
    color: #14A0C3;
    display: block;
    font-size: 0.32rem;
    text-align: left;
    /* font-weight: bold; */
    border-bottom: 1px solid #7eb2d0;
    overflow: hidden;
}
.nav .has-chil {
}

.nav .has-chil {
    background: url(jjh_nav_arrow1.png) right 0.28rem no-repeat;
    background-size: 0.34rem auto;
    transition: all 0.4s;
}

.nav a {
    position: relative;
}

.nav .has-chil.active {
    max-height: 20rem;
    background-image: url(jjh_nav_arrow2.png);
    border-bottom: none;
    transition: all 0.4s;
}
.nav .has-chil a {
    float: none;
}
.nav .nobg {
    background: none!important;
}
.nav .has-chil .chil-nav {
    transition: all 0.4s;
    max-height: 12rem;
}

.nav .has-chil .chil-nav .chil-icon {
    display: none;
}

.chil-nav .chil-item {
    max-height: 0.9rem;
    transition: all 0.4s;
    overflow: hidden;
    border-bottom: 1px solid #7eb2d0;
}
.chil-nav .chil-item a {
    font-size: .32rem;
    background: url(nav_dian.gif) .3rem .44rem no-repeat;
    background-size: .08rem .04rem;
}
.chil-nav .chil-item.active {
    max-height: 12rem;
    border-bottom: none;
}

.chil-nav .chil-item h3 {
    font-weight: normal;
    position: relative;
    text-indent: 0.6rem;
}

.chil-nav .chil-item h3:after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border: 2px solid transparent;
    border-top-color: #7eb2d0;
    border-right-color: #7eb2d0;
    position: absolute;
    top: 0.38rem;
    right: 0.2rem;
    transform: rotate(45deg);
}

.chil-nav .chil-item.active h3:after {
    transform: rotate(135deg);
}

.chil-nav .chil-item a {
    text-indent: 0.6rem;
    font-weight: normal;
    color: #318a9f;
}

.chil-nav .chil-item.chil-three a {
    font-size: .32rem;
    background: url(nav_dian.gif) .9rem .44rem no-repeat;
    background-size: .08rem .04rem;
}
.chil-nav .chil-item.chil-three a {
    text-indent: 1.2rem;
    font-weight: normal;
}

.chil-nav .chil-item a:before {
    display: none;
}

.chil-nav .chil-item a:after {
    content: "";

    vertical-align: 0px;
    width: 14px;
    height: 12px;
    background: url("sk_wxs_nav_icon5.png") no-repeat;
    margin-left: 20px;
    display: none;
}



.row1 {
    width: 100%;
    margin-top: 0.5rem;
    position: relative;
    padding: 0 0.3rem;
    box-sizing: border-box;
    padding-bottom: 0.3rem;
}

.title {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;

    color: #a60712;
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
}

.title img {
    width: 2.2rem;
}

.title span {
    float: left;
}

.title .more {
    padding-right: 0.35rem;
    font-size: 0.26rem;
    background: url(./sk_wxs_icon_more.png) no-repeat right center;
    color: #a60712;
    float: right;
    font-weight: normal;
    background-size: 0.26rem auto;
}


.footer {
    background: url(footer_bg.jpg) repeat-x;
    background-size: contain;
    /* height:2rem; */
    margin-top:.4rem;
    font-size: .24rem;
    color: #ffffff;
}

.footerIn {
    padding: 0.5rem 0.3rem;
    overflow: hidden;
}

.footerIn_left {
    width: 4.16rem;
    float: left;
    font-size: 0.26rem;
    line-height: 1.4;
}

.footerIn_left span {
    display: block;
    margin-bottom: 0.1rem;
}

.footerIn_left_row1 {
    line-height: .5rem;
    text-align: center;
    border-bottom: 1px #6AC7CB solid;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}
.footerIn_left_row1 span:nth-child(1) {
    display: block;
}
.footerIn_left_row1 span:nth-child(2) {
    display: block;
}
.footerIn_left_row2 {
    line-height: .5rem;
    text-align: center;
}
.footerIn_left_row2 span{
    display: block;
}
.footerIn_left_row2 img {
    vertical-align: middle;
    margin-right: .1rem;
    width: .26rem;
}
.wechat_code {
    width: 1.45rem;
}

.wechat_code .wechat_code_img {
    width: 1.45rem;
    height: 1.45rem;
}

.wechat_code .wechat_code_img img {
    width: 100%;
    height: 100%;
}

.wechat_code p {
    text-align: center;
    font-size: 0.24rem;
    color: #707070;
}

/* public */

.nav_bottom_line {
    width: 100%;
    height: 17px;
    position: relative;
    margin-top: 20px;
}

.nav_bottom_line span {
    width: 100%;
    height: 1px;
    background: #a60712;
    position: absolute;
    left: 0;
    top: 11px;
}

.nav_bottom_line::before,
.nav_bottom_line::after {
    content: "";
    width: 30px;
    height: 17px;

    position: absolute;

    top: 0;
    display: block;
}

.nav_bottom_line::before {
    background: url(./sk_wxs_nav_left_cloud.png) no-repeat;
    left: -30px;
}

.nav_bottom_line::after {
    background: url(./sk_wxs_nav_right_cloud.png) no-repeat;
    right: -30px;
}

.accordion {
    overflow: hidden;
}

.accordion .acc-item {
    height: 1.2rem;
    overflow: hidden;
    position: relative;
    transition: height 0.6s;
}

.accordion .acc-item .text-cont {
    position: absolute;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    left: 0;
    top: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.32rem;
    color: #fff;
    background-color: rgba(73, 4, 4, 0.6);
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s 0.6s;
}

.accordion .acc-item .img-cont {
    height: 3.3rem;
    overflow: hidden;
}

.accordion .acc-item .img-cont img {
    height: 100%;
    object-fit: cover;
}

.accordion .acc-item.active {
    height: 3.3rem;
}

.accordion .acc-item.active .text-cont {
    transition-delay: 0s;
    opacity: 0;
}

.crumbsNav {
    color: #0d3457;
    padding: 30px 0;
}
.content {
    background: url(content_bg.png) right bottom no-repeat;
}
.content_title {
    font-size: 0.38rem;
    text-align: center;
    color: #0d3457;
    position: relative;
    line-height: 1.8;
    margin-top: 0.3rem;
    padding-top: .3rem;
}

.content_title span {
    display: block;
    background: url(sk_wxs_shipin.gif) 0 0.2rem no-repeat;
    background-size: 0.75rem auto;
    padding-left: 1rem;
    font-size: 0.44rem;
}

.content_main * {
    font-size: 0.3rem;
    line-height: 0.58rem;
    margin-bottom: 0.2rem!important;
	word-wrap: break-word;
}
.content_main table * {
    text-indent: 0;
    margin-bottom: 0!important;
}
.nav_bottom_line {
    width: 100%;
    height: 17px;
    position: relative;
    margin-top: 20px;
}

.nav_bottom_line span {
    width: 100%;
    height: 1px;
    background: #a60712;
    position: absolute;
    left: 0;
    top: 11px;
}

.nav_bottom_line::before,
.nav_bottom_line::after {
    content: "";
    width: 30px;
    height: 17px;

    position: absolute;

    top: 0;
    display: block;
}

.nav_bottom_line::before {
    background: url(./nav_left_cloud.png) no-repeat;
    left: -30px;
}

.nav_bottom_line::after {
    background: url(./nav_right_cloud.png) no-repeat;
    right: -30px;
}

.bread_nav {
    font-size: 0.24rem;
    color: #999999;
    margin: 0 .3rem;
    line-height: 1.5;
    margin-top: 0.2rem;
}

.bread_nav a {
    color: #999999;
}

.main {
    padding: 0 0.3rem .3rem;
    background: #FFFFFF;
    margin: 0 .3rem;
}

.main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.article_info {
    margin: 0 auto;
    font-size: 0.24rem;
    color: #0d3457;
    line-height: 0.48rem;
    background-size: 6.9rem auto;
    padding-bottom: 0.3rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
}

.article_info .article_info_item {
    padding-left: .5rem;
}

.article_info .article_info_item:first-child {
    background: url(jjh_artInfoTime_v2023.png) no-repeat 0.1rem center;
    background-size: 0.3rem auto;
}

.article_info .article_info_item:nth-child(2) {
    background: url(jjh_artInfoSource_v2023.png) no-repeat 0.5rem center;
    background-size: 0.3rem auto;
}

.content {
    padding-top: 0.5rem;
}

.content video {
    display: block;
    width: 6.9rem;
    margin: 0 auto;
}

.content_title img {
    display: none;
    width: 0.44rem;
    vertical-align: text-top;
}


.nav_sec {
    display: none;
}
.nav_three {
    display: none;
}
.col_title {
    color: #14A0C3;
    font-size: .4rem;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
    box-sizing: border-box;
    margin-top: .3rem;
    padding-top: .2rem;
}
.col_list {
    overflow: hidden;
    background: url(content_bg.png) right bottom no-repeat;
}
.col_list ul li {
    border-bottom: 1px #B3D2E4 dashed;
}
.col_list .list_content {
    width: 100%;
    margin-top: .3rem;
    margin-bottom: .3rem;
    overflow: hidden;
}
.col_list .content_head {
    width: 2.85rem;
    height: 1.67rem;
    float: left;
    margin: 0px .2rem 0 0;
    overflow: hidden;
}
.col_list .content_right_title {
    font-size: .3rem;
    line-height: 1.8;
    cursor: pointer;
}
.col_list .content_right_content {
    display: none;
}
.col_list .content_right_down {
    padding-top: 5px;
    overflow: hidden;
}
.col_list .content_right_down_date {
    font-size: .24rem;
    color: #59B6B6;
    float: right;
}
.col_list .content_head img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.col_list .content_head:hover img {
    transform: scale(1.1, 1.1);
}
.col_list_txt {
    overflow: hidden;
}
.col_list_txt ul li {
    padding: .2rem 0;
    background: url(nav_dian.gif) 0px .4rem no-repeat;
    background-size: .1rem;
    padding-left: .3rem;
    font-size: .3rem;
    border-bottom: 1px #B3D2E4 dashed;
    line-height: 1.5;
    overflow: hidden;
    clear: bottom;
}
.col_list_txt ul li a {
    display: block;
}
.col_list_txt ul li span {
    float: right;
    font-size: .24rem;
    color: #59B6B6;
    line-height: 1.8;
}

.col_list2 {
    overflow: hidden;
    background: url(content_bg.png) right bottom no-repeat;
}
.col_list2 ul li {
    box-shadow: 0 0 .2rem 0 #e8e8e8;
    margin: .3rem .1rem;
    padding: .2rem;
    position: relative;
    padding-bottom: .4rem;
}
.col_list2 .list_content {
    width: 100%;
    overflow: hidden;
}
.col_list2 .content_head {
    overflow: hidden;
    margin-bottom: 10px;
}
.col_list2 .content_right_title {
    font-size: .3rem;
    line-height: 1.8;
    font-weight: bold;
    cursor: pointer;
}
.col_list2 .content_right_content {
    font-size: .24rem;
    color: #666;
    padding-top: 10px;
    margin: 0;
    line-height: 1.8;
}
.col_list2 .content_right_down {
    overflow: hidden;
    position: absolute;
    right: .4rem;
    bottom: .2rem;
}
.col_list2 .content_right_down_date {
    font-size: .24rem;
    color: #59B6B6;
    float: right;
}
.col_list2 .content_head img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    max-width: 100%;
    display: block;
}

.col_list2 .content_head:hover img {
    transform: scale(1.1, 1.1);
}

.main_gy {
    padding: 0;
    background: none;
}
.gy_title {
    color: #14A0C3;
    font-size: .38rem;
    padding-left: .3rem;
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    margin-top: .3rem;
	padding-bottom: .2rem;
}
.gy_title .bg {
    background: url(content_bg.png) right 0 no-repeat;
    background-size: 1.5rem;
	line-height: 1.5;
}
.gy_title::before {
    content: '';
    border-left: 6px solid;
    border-image: linear-gradient(to bottom, #14A0C3, #6DDF87) 1;
    position: absolute;
    left: 0;
    top: .3rem;
    height: .38rem;
}

.gy_list {
    overflow: hidden;
    background: url(content_bg.png) right bottom no-repeat;
}
.gy_list ul li {
    background: #FFFFFF;
    box-sizing: border-box;
    /* padding-right: 50px; */
    margin-top: .3rem;
}
.gy_list .list_content {
    width: 100%;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    overflow: hidden;
}
.gy_list .content_head {
    width: 100%;
    /* height: 270px; */
    /* float: left; */
    /* margin: 0 50px 0 0; */
    overflow: hidden;
}
.gy_list .content_right {
    padding: .3rem;
}
.gy_list .content_right_title {
    font-size: .3rem;
    line-height: 1.8;
    font-weight: bold;
    cursor: pointer;
}
.gy_list .content_right_content {
    display: none;
}
.gy_list .content_right_down {
    padding-top: .2rem;
    overflow: hidden;
}
.gy_list .content_right_down .gy_link {
    display: block;
    width: 2.7rem;
    height: 0.78rem;
    line-height: .78rem;
    box-sizing: border-box;
    font-size: .3rem;
    font-weight: bold;
    text-align: right;
    padding-right: .2rem;
    color: #FFFFFF;
    float: right;
    background: url(gy_more.jpg) no-repeat;
    background-size: 100% 100%;
}
.gy_list .content_right_down_date {
    font-size: 16px;
    color: #59B6B6;
    float: right;
}
.gy_list .content_head img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    max-width: 100%;
}

.gy_list .content_head:hover img {
    transform: scale(1.1, 1.1);
}


/*分页*/
.lssp_page {
    text-align: center;
    padding: .3rem 0 0;
    position: relative;
    z-index: 11;
    clear: both;
    overflow: hidden;
}

.lssp_page_s {
    font-size: .24rem;
}

.lssp_page a {
    cursor: pointer;
}

.lssp_page a,
.lssp_page span,
.lssp_page .txt {
    padding: 0 .1rem;
    height: 0.4rem;
    line-height: .4rem;
    border: 1px solid #d1d1d1;
    color: #2d2d2d;
    font-size: .24rem;
    border-radius: 3px;
    display: inline-block;
}
.lssp_page a {
    margin: 0 2px;
}
.lssp_page a:hover {
    color: #fff;
    border: 1px solid #14A0C3;
    background: #14A0C3;
}

.lssp_page .cur {
    color: #fff;
    border: 1px solid #14A0C3;
    background: #14A0C3;
}

.lssp_page span {
    border: none;
}

.lssp_page .txt {
    width: 18px;
}

.lssp_page #num {
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 22px;
    vertical-align: top;
    font-size: 12px;
    background: 0;
}

.lssp_page font {
    display: none;
}

.lssp_page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.lssp_page #go {
    height: 24px;
    line-height: 24px;
    padding: 0px 6px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #14A0C3;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}
/*分页 end*/
/*搜索*/
.search_bg {
    background: url(content_bg.png) right bottom no-repeat;
    padding-top: .3rem;
    margin-top: .3rem;
}
.search {
    width: 100%;
    /* height: 110px; */
    background: #F0F0F0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 0;
}
.search .search_input_btn {
    width: 4rem;
    /* height: 48px; */
    /* padding: .2rem 0 .2rem .2rem; */
    /* float: left; */
    overflow: hidden;
    display: inherit;
}
.search .search_input_btn input {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: .26rem;
    border: 0;
    box-sizing: border-box;
}
.search .search_btn_box {
    width: 1.5rem;
    height: .6rem;
    background: #14A0C3;
    /* margin-top: 31px; */
    float: left;
    cursor: pointer;
    line-height: .5rem;
    display: inherit;
}
.search .search_btn_box img {
    padding: .14rem 0 0 .2rem;
    float: left;
    width: .3rem;
    height: .29rem;
    margin-right: .1rem;
    margin-left: 0;
}
.search .search_btn_box span {
    /* padding: .1rem; */
    float: left;
    font-size: .3rem;
    color: white;
    line-height: .6rem;
}
.search_note {
    font-size: .24rem;
    color: #333;
    margin: .3rem 0;
    clear: both;
    line-height: 1.5;
}
.search_note span {
    color: #b91615;
}
.search_note i {
    display:  block;
}
.wch_list_content_search {
    padding: 0 0 20px 0;
    margin-top: 15px;
    border-bottom: 1px #c4dcdf dashed;
}
.wch_list_content_search .content_right {
    padding: 0;
}
.content_right_content_search {
    -webkit-line-clamp: 3;
}
.content_right_title {
    font-size: .3rem;
    line-height: 1.8;
    cursor: pointer;
    font-weight: bold;
}
.content_right_content {
    font-size: .24rem;
    color: #666;
    padding-top: 10px;
    margin: 0;
    line-height: 1.8;
}
.content_right_down {
    padding-top: 10px;
    overflow: hidden;
}
.content_right_down_date {
    font-size: .24rem;
    color: #1095a7;
    float: left;
}
/*搜索 end*/
/*年报*/
.nb_list {
    overflow: hidden;
}

.nb_list ul li {
    /* float: left; */
    /* height: 1.4rem; */
    /* width: 490px; */
    border: 1px #EDEDED solid;
    border-bottom: 3px #14A0C3 solid;
    box-sizing: border-box;
    /* margin-right: 20px; */
    background: #FFFFFF;
    margin-top: .3rem;
    overflow: hidden;
    padding-bottom: .3rem;
}

.nb_list ul li:nth-child(2n) {
    margin-right: 0;
}

.nb_list .time {
    width: 1.2rem;
    float: left;
    margin-top: .3rem;
    margin-left: .3rem;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.nb_list .time span {
    font-size: .4rem;
    font-weight: bold;
    color: #14A0C3;
    padding: .1rem 0;
    display: block;
    border: 1px #14A0C3 solid;
}

.nb_list .time p {
    font-size: .24rem;
    height: .4rem;
    background: url(nb_bg.jpg) repeat-x;
    background-size: contain;
    line-height: .4rem;
    color: #ffffff;
}

.nb_list .title {
    font-size: .3rem;
    float: left;
    margin-left: .3rem;
    color: #333;
    width: 4.8rem;
    height: auto;
    margin-top: .4rem;
    margin-bottom: 0;
    font-weight: normal;
}

.nb_list .title i {
    background: url(ico_pdf.gif) no-repeat;
    background-size: cover;
    width: .26rem;
    height: .28rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: .1rem;
}

/*年报 end*/

.index_atitle_w2 {
    line-height: 0.76rem;
}
.index_atitle_w2 .t1 {
    color: #14a0c3;
    font-weight: bold;
    font-size: 0.3rem;
    position: relative;
}
.index_atitle_w2 .mores {
    width: 1.38rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    /* border: 1px solid #dddddd; */
    border-radius: 0.18rem 0 0.18rem 0;
    font-size: 0.24rem;
    color: #666666;
    transition: all 0.3s;
    margin-top: 0.54rem;
}
.index_atitle_w2 .mores span {
    display: inline-block;
    padding-right: 0.31rem;
    background: url(jjh_index1.png) no-repeat right center;
    background-size: 0.2rem auto;
    transition: all 0.3s;
}

/*公益*/
.content_main_gy {
    margin: .3rem 0 .7rem;
}
.content_main_gy img {
    width: 100%;
    height: auto;
}
.content_main_gy * {
    font-size: .3rem;
    line-height: 2;
}
.col_line {
    color: #14A0C3;
    height: 30px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #14A0C3, #6DDF87) 1;
    box-sizing: border-box;
}
.index_atitle_w2{
    /* line-height: 62px; */
}
.index_atitle_w2 .t1{
    color: #14a0c3;
    font-weight: bold;
    font-size: .34rem;
    position: relative;
    display: inline-block;
    border: 1px solid #32b5ae;
    border-radius: .3rem 0 .3rem 0;
    padding: 0 .2rem;
}
.index_atitle_w2 .t1 .xians{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #14a0c3;
}
.index_atitle_w2 .mores{
    /* height: 44px; */
    /* line-height: 44px; */
    /* text-align: center; */
    /* font-size: 16px; */
    /* color: #666666; */
    /* transition:all 0.3s; */
    /* margin-top: 7px; */
    /* display: inline-block; */
    float: right;
}
.index_atitle_w2 .mores span{
    display: inline-block;
    padding-right: 21px;
    background: url(jjh_index1.png) no-repeat right center;
    transition:all 0.3s;
}
.index_atitle_w2 .mores:hover{
    color: #14a0c3;
}
.index_atitle_w2 .mores:hover span{
    background-image: url(jjh_index1_s.png);
}

.gy_title .more {
    font-size: .2rem;
    float: right;
    line-height: .3rem;
}
.gy_title .more span {
    margin-top: .2rem;
    display: block;
}
.content_main_jz {
    margin: .3rem 0 .5rem;
    overflow: hidden;
}
.content_main_jz ul li {
    text-align: center;
    margin-top: .8rem;
}
.content_main_jz img {
    width: 50%;
}
.content_main_jz p {
    font-size: .3rem;
    text-align: center;
    line-height: .3rem;
    height: .3rem;
    margin: .3rem 0;
}
.content_main_jz a {
    color: #FFFFFF;
    background: #14A0C3;
    display: block;
    padding: .1rem .3rem;
    margin: 0 auto;
    width: 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: .3rem;
}
.video .video_box {
    width: 100%;
    height: auto;
    background: #000;
}



/* 20240229 */
.searchResult .content_right_content_search{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}





